Searched refs:fold1 (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dunormcmp.cpp164 UChar fold1[UCASE_MAX_STRING_LENGTH+1], fold2[UCASE_MAX_STRING_LENGTH+1]; local
348 /* copy the folding result to fold1[] */
350 u_memcpy(fold1, p, length);
353 U16_APPEND_UNSAFE(fold1, i, length);
358 start1=s1=fold1;
359 limit1=fold1+length;
H A Dustrcase.cpp487 UChar fold1[UCASE_MAX_STRING_LENGTH+1], fold2[UCASE_MAX_STRING_LENGTH+1]; local
659 /* copy the folding result to fold1[] */
661 u_memcpy(fold1, p, length);
664 U16_APPEND_UNSAFE(fold1, i, length);
669 start1=s1=fold1;
670 limit1=fold1+length;

Completed in 130 milliseconds