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

  /external/icu4c/test/cintltst/
custrtrn.c 152 u_strToUTF32(u32Target, 0, &u32DestLen, src16, LENGTHOF(src16),&err);
154 log_err("u_strToUTF32(preflight with length): "
161 u_strToUTF32(u32Target, LENGTHOF(src32)+1, &u32DestLen, src16, LENGTHOF(src16),&err);
163 log_err("u_strToUTF32(with length): "
176 log_verbose("u_strToUTF32(with length) failed expected: %04X got: %04X at index: %i \n", src32[i], u32Target[i],i);
180 log_verbose("u_strToUTF32(with length) failed expected: %04X got: %04X at index: %i \n", 0, u32Target[i],i);
185 u_strToUTF32(NULL,0, &u32DestLen, src16, -1,&err);
187 log_err("u_strToUTF32(preflight with NUL-termination): "
194 u_strToUTF32(u32Target, LENGTHOF(src32), &u32DestLen, src16, -1,&err);
196 log_err("u_strToUTF32(with NUL-termination):
    [all...]
  /external/icu4c/common/
ustr_wcs.c 267 return (wchar_t*)u_strToUTF32((UChar32*)dest, destCapacity, pDestLength,
ustrtrns.c 240 u_strToUTF32(UChar32 *dest,
    [all...]
  /external/icu4c/test/intltest/
idnaref.cpp 141 u_strToUTF32((UChar32*)b1,b1Capacity,&b1Len,src,srcLength,&status);
153 u_strToUTF32((UChar32*)b1,b1Len,&b1Len,src,srcLength,&status);
testidn.cpp 274 u_strToUTF32((UChar32*)in,19,&inLength,str,19,&status);
  /external/icu4c/common/unicode/
ustring.h     [all...]
urename.h 370 #define u_strToUTF32 U_ICU_ENTRY_POINT_RENAME(u_strToUTF32)
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
urename.h 262 #define u_strToUTF32 u_strToUTF32_3_2
    [all...]
ustring.h     [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h 262 #define u_strToUTF32 u_strToUTF32_3_2
    [all...]
ustring.h     [all...]
  /external/webkit/Source/WebCore/icu/unicode/
urename.h 262 #define u_strToUTF32 u_strToUTF32_3_2
    [all...]
ustring.h     [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
urename.h 262 #define u_strToUTF32 u_strToUTF32_3_2
    [all...]
ustring.h     [all...]

Completed in 300 milliseconds