HomeSort by relevance Sort by last modified time
    Searched refs:cLength (Results 1 - 19 of 19) sorted by null

  /external/icu/icu4c/source/test/letest/
letsutil.cpp 41 le_int32 cLength = uString->extract(0, uLength, NULL, 0, US_INV);
42 char *cString = NEW_ARRAY(char, cLength + 1);
44 uString->extract(0, uLength, cString, cLength, US_INV);
45 cString[cLength] = '\0';
68 le_int32 cLength = uString->extract(0, uLength, NULL, 0, "UTF-8");
69 char *cString = NEW_ARRAY(char, cLength + 1);
71 uString->extract(0, uLength, cString, cLength, "UTF-8");
73 cString[cLength] = '\0';
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
htiface.h 99 virtual HRESULT WINAPI RemoteNavigate(ULONG cLength,ULONG *pulData) = 0;
120 HRESULT (WINAPI *RemoteNavigate)(ITargetFrame *This,ULONG cLength,ULONG *pulData);
143 #define ITargetFrame_RemoteNavigate(This,cLength,pulData) (This)->lpVtbl->RemoteNavigate(This,cLength,pulData)
170 HRESULT WINAPI ITargetFrame_RemoteNavigate_Proxy(ITargetFrame *This,ULONG cLength,ULONG *pulData);
mswsock.h 89 ULONG cLength;
shlobj.h     [all...]
  /external/icu/icu4c/source/test/cintltst/
ucsdetst.c 170 int32_t beLength = 0, leLength = 0, cLength = UPRV_LENGTHOF(chars);
171 char *beBytes = extractBytes(chars, cLength, "UTF-16BE", &beLength);
172 char *leBytes = extractBytes(chars, cLength, "UTF-16LE", &leLength);
474 int32_t bLength = 0, brLength = 0, cLength = UPRV_LENGTHOF(chars), crLength = UPRV_LENGTHOF(chars_reverse);
476 char *bytes = extractBytes(chars, cLength, "IBM424", &bLength);
552 int32_t bLength = 0, brLength = 0, cLength = UPRV_LENGTHOF(chars), crLength = UPRV_LENGTHOF(chars_reverse);
554 char *bytes = extractBytes(chars, cLength, "IBM420", &bLength);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
CharsTrieTest.java 718 int cLength=Character.charCount(c);
719 nextCp=expectedString.length()>cLength ? expectedString.codePointAt(cLength) : 0;
    [all...]
  /external/icu/icu4c/source/test/intltest/
ucharstrietest.cpp 840 int32_t cLength=U16_LENGTH(c);
841 nextCp=expectedString.length()>cLength ? expectedString.char32At(cLength) : 0;
    [all...]
tstnorm.cpp     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
CharsTrieTest.java 717 int cLength=Character.charCount(c);
718 nextCp=expectedString.length()>cLength ? expectedString.codePointAt(cLength) : 0;
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationDataBuilder.java 182 int cLength = Character.charCount(c);
184 boolean hasContext = prefix.length() != 0|| s.length() > cLength;
219 CharSequence suffix = s.subSequence(cLength, s.length());
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationDataBuilder.java 181 int cLength = Character.charCount(c);
183 boolean hasContext = prefix.length() != 0|| s.length() > cLength;
218 CharSequence suffix = s.subSequence(cLength, s.length());
    [all...]
  /external/icu/icu4c/source/common/
unistr.cpp     [all...]
  /external/icu/icu4c/source/i18n/
collationdatabuilder.cpp 549 int32_t cLength = U16_LENGTH(c);
551 UBool hasContext = !prefix.isEmpty() || s.length() > cLength;
588 UnicodeString suffix(s, cLength);
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
BasicTest.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
BasicTest.java     [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 850 milliseconds