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

  /external/icu4c/common/unicode/
ucharstriebuilder.h 174 UChar *uchars; member in class:UCharsTrieBuilder
ucharstrie.h 55 * The UCharsTrie object will not read more UChars than
106 State() { uchars=NULL; }
110 const UChar *uchars; member in class:UCharsTrie::State
123 state.uchars=uchars_;
140 if(uchars_==state.uchars && uchars_!=NULL) {
247 * @return the number of UChars which continue the string from here
260 * @param trieUChars The trie UChars.
  /external/chromium_org/third_party/icu/source/tools/gennorm2/
gennorm2.cpp 235 UChar uchars[Normalizer2Impl::MAPPING_LENGTH_MASK]; local
236 int32_t length=u_parseString(delimiter+1, uchars, LENGTHOF(uchars), NULL, errorCode);
241 UnicodeString mapping(FALSE, uchars, length);
  /external/icu4c/tools/gennorm2/
gennorm2.cpp 241 UChar uchars[Normalizer2Impl::MAPPING_LENGTH_MASK]; local
242 int32_t length=u_parseString(delimiter+1, uchars, LENGTHOF(uchars), NULL, errorCode);
247 UnicodeString mapping(FALSE, uchars, length);
  /external/chromium_org/third_party/icu/source/i18n/
ucol_elm.h 64 UChar uchars[128]; member in struct:__anon13376
  /external/icu4c/i18n/
ucol_elm.h 64 UChar uchars[128]; member in struct:__anon20694
  /external/icu4c/samples/ucnv/
convsamp.cpp 272 UChars as the input buffer has bytes.
316 printf("input bytes %d / min chars %d = %d UChars\n",
365 printf("%d letters out of %d total UChars.\n", letters, total);
433 printf("input bytes %d / min chars %d = %d UChars\n",
481 printf("%d letters out of %d total UChars.\n", letters, total);
603 printf("src=%d bytes, dst=%d uchars\n", srcCount, dstCount);
614 UChar uchars[100]; local
634 len = ucnv_toUChars(conv, uchars, 100, source, strlen(source), &status);
637 printUChars("uch", uchars, len);
662 len2 = ucnv_fromUChars(conv, bytes, 100, uchars, len, &status)
708 UChar uchars[100]; local
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
custrtrn.c 952 static const UChar uchars[]={ local
    [all...]
custrtst.c 442 /* There are at least 2 UChars in each string - verify that strncmp()==memcmp(). */
975 UChar uchars[]={0x61, 0x62, 0x63, 0x00}; local
    [all...]
  /external/chromium_org/third_party/icu/source/tools/makeconv/
gencnvex.c 701 * output section consists of two arrays, one for input UChars and one
715 UChar *uchars; local
726 uchars=(UChar *)UCM_GET_CODE_POINTS(table, m);
727 low=uchars[unitIndex];
733 uchars=(UChar *)UCM_GET_CODE_POINTS(table, m);
734 high=uchars[unitIndex];
759 uchars=(UChar *)UCM_GET_CODE_POINTS(table, m);
760 high=uchars[unitIndex];
    [all...]
  /external/icu4c/test/cintltst/
custrtrn.c 952 static const UChar uchars[]={ local
    [all...]
custrtst.c 442 /* There are at least 2 UChars in each string - verify that strncmp()==memcmp(). */
975 UChar uchars[]={0x61, 0x62, 0x63, 0x00}; local
    [all...]
  /external/icu4c/tools/makeconv/
gencnvex.c 704 * output section consists of two arrays, one for input UChars and one
718 UChar *uchars; local
729 uchars=(UChar *)UCM_GET_CODE_POINTS(table, m);
730 low=uchars[unitIndex];
736 uchars=(UChar *)UCM_GET_CODE_POINTS(table, m);
737 high=uchars[unitIndex];
762 uchars=(UChar *)UCM_GET_CODE_POINTS(table, m);
763 high=uchars[unitIndex];
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
ustrtest.cpp 1919 UChar uchars[]={ 0x61, 0x62, 0 }; local
    [all...]
  /external/icu4c/test/intltest/
ustrtest.cpp 1935 UChar uchars[]={ 0x61, 0x62, 0 }; local
    [all...]

Completed in 603 milliseconds