HomeSort by relevance Sort by last modified time
    Searched defs:uchars (Results 1 - 10 of 10) sorted by null

  /external/icu/icu4c/source/common/unicode/
ucharstriebuilder.h 180 char16_t *uchars; member in class:UCharsTrieBuilder
ucharstrie.h 108 State() { uchars=NULL; }
112 const char16_t *uchars; member in class:UCharsTrie::State
125 state.uchars=uchars_;
142 if(uchars_==state.uchars && uchars_!=NULL) {
  /external/icu/icu4c/source/tools/gennorm2/
gennorm2.cpp 299 UChar uchars[Normalizer2Impl::MAPPING_LENGTH_MASK]; local
300 int32_t length=u_parseString(delimiter+1, uchars, UPRV_LENGTHOF(uchars), NULL, errorCode);
305 UnicodeString mapping(FALSE, uchars, length);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
TestBidiTransform.java 296 char[] uchars = text.toCharArray(); local
297 for (int i = uchars.length; i-- > 0;) {
298 char uch = uchars[i];
301 uchars[i] = substituteChar(uch, MIN_HEB_LETTER, 'K', 'Z');
305 uchars[i] = substituteChar(uch, MIN_SHAPED_LETTER, 'F', 'J');
307 uchars[i] = substituteChar(uch, MIN_ARAB_LETTER, 'A', 'E');
311 uchars[i] = substituteChar(uch, ARAB_ZERO, '5', '9');
317 return new String(uchars);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
TestBidiTransform.java 293 char[] uchars = text.toCharArray(); local
294 for (int i = uchars.length; i-- > 0;) {
295 char uch = uchars[i];
298 uchars[i] = substituteChar(uch, MIN_HEB_LETTER, 'K', 'Z');
302 uchars[i] = substituteChar(uch, MIN_SHAPED_LETTER, 'F', 'J');
304 uchars[i] = substituteChar(uch, MIN_ARAB_LETTER, 'A', 'E');
308 uchars[i] = substituteChar(uch, ARAB_ZERO, '5', '9');
314 return new String(uchars);
  /external/icu/icu4c/source/samples/ucnv/
convsamp.cpp 281 UChars as the input buffer has bytes.
325 printf("input bytes %d / min chars %d = %d UChars\n",
374 printf("%d letters out of %d total UChars.\n", letters, total);
442 printf("input bytes %d / min chars %d = %d UChars\n",
490 printf("%d letters out of %d total UChars.\n", letters, total);
612 printf("src=%d bytes, dst=%d uchars\n", srcCount, dstCount);
623 UChar uchars[100]; local
643 len = ucnv_toUChars(conv, uchars, 100, source, static_cast<int32_t>(strlen(source)), &status);
646 printUChars("uch", uchars, len);
671 len2 = ucnv_fromUChars(conv, bytes, 100, uchars, len, &status)
717 UChar uchars[100]; local
    [all...]
  /external/icu/icu4c/source/tools/makeconv/
gencnvex.c 703 * output section consists of two arrays, one for input UChars and one
717 UChar *uchars; local
728 uchars=(UChar *)UCM_GET_CODE_POINTS(table, m);
729 low=uchars[unitIndex];
735 uchars=(UChar *)UCM_GET_CODE_POINTS(table, m);
736 high=uchars[unitIndex];
761 uchars=(UChar *)UCM_GET_CODE_POINTS(table, m);
762 high=uchars[unitIndex];
    [all...]
  /external/icu/icu4c/source/test/cintltst/
custrtrn.c 966 static const UChar uchars[]={ local
    [all...]
custrtst.c 439 /* There are at least 2 UChars in each string - verify that strncmp()==memcmp(). */
972 UChar uchars[]={0x61, 0x62, 0x63, 0x00}; local
    [all...]
  /external/icu/icu4c/source/test/intltest/
ustrtest.cpp 1939 UChar uchars[]={ 0x61, 0x62, 0 }; local
    [all...]

Completed in 1437 milliseconds