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

  /external/chromium_org/third_party/icu/source/test/letest/
letsutil.cpp 37 le_int32 cLength = uString->extract(0, uLength, NULL, 0, US_INV);
38 char *cString = NEW_ARRAY(char, cLength + 1);
40 uString->extract(0, uLength, cString, cLength, US_INV);
41 cString[cLength] = '\0';
64 le_int32 cLength = uString->extract(0, uLength, NULL, 0, "UTF-8");
65 char *cString = NEW_ARRAY(char, cLength + 1);
67 uString->extract(0, uLength, cString, cLength, "UTF-8");
69 cString[cLength] = '\0';
  /external/icu/icu4c/source/test/letest/
letsutil.cpp 37 le_int32 cLength = uString->extract(0, uLength, NULL, 0, US_INV);
38 char *cString = NEW_ARRAY(char, cLength + 1);
40 uString->extract(0, uLength, cString, cLength, US_INV);
41 cString[cLength] = '\0';
64 le_int32 cLength = uString->extract(0, uLength, NULL, 0, "UTF-8");
65 char *cString = NEW_ARRAY(char, cLength + 1);
67 uString->extract(0, uLength, cString, cLength, "UTF-8");
69 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/chromium_org/third_party/icu/source/test/cintltst/
ucsdetst.c 169 int32_t beLength = 0, leLength = 0, cLength = ARRAY_SIZE(chars);
170 char *beBytes = extractBytes(chars, cLength, "UTF-16BE", &beLength);
171 char *leBytes = extractBytes(chars, cLength, "UTF-16LE", &leLength);
473 int32_t bLength = 0, brLength = 0, cLength = ARRAY_SIZE(chars), crLength = ARRAY_SIZE(chars_reverse);
475 char *bytes = extractBytes(chars, cLength, "IBM424", &bLength);
551 int32_t bLength = 0, brLength = 0, cLength = ARRAY_SIZE(chars), crLength = ARRAY_SIZE(chars_reverse);
553 char *bytes = extractBytes(chars, cLength, "IBM420", &bLength);
  /external/icu/icu4c/source/test/cintltst/
ucsdetst.c 169 int32_t beLength = 0, leLength = 0, cLength = ARRAY_SIZE(chars);
170 char *beBytes = extractBytes(chars, cLength, "UTF-16BE", &beLength);
171 char *leBytes = extractBytes(chars, cLength, "UTF-16LE", &leLength);
473 int32_t bLength = 0, brLength = 0, cLength = ARRAY_SIZE(chars), crLength = ARRAY_SIZE(chars_reverse);
475 char *bytes = extractBytes(chars, cLength, "IBM424", &bLength);
551 int32_t bLength = 0, brLength = 0, cLength = ARRAY_SIZE(chars), crLength = ARRAY_SIZE(chars_reverse);
553 char *bytes = extractBytes(chars, cLength, "IBM420", &bLength);
  /external/icu/icu4c/source/test/intltest/
ucharstrietest.cpp 839 int32_t cLength=U16_LENGTH(c);
840 nextCp=expectedString.length()>cLength ? expectedString.char32At(cLength) : 0;
    [all...]
tstnorm.cpp     [all...]
  /external/icu/icu4c/source/common/
unistr.cpp     [all...]
  /external/icu/icu4c/source/i18n/
collationdatabuilder.cpp 544 int32_t cLength = U16_LENGTH(c);
546 UBool hasContext = !prefix.isEmpty() || s.length() > cLength;
583 UnicodeString suffix(s, cLength);
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
tstnorm.cpp     [all...]

Completed in 776 milliseconds