/external/chromium_org/third_party/icu/source/i18n/ |
usearch.cpp | 895 UChar32 codepoint; local 1335 UChar32 codepoint = 0; local [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
citertst.c | 227 UChar codepoint; local 237 for (codepoint = 1; codepoint < 0xFFFE;) 241 while (codepoint % 0xFF != 0) 243 if (u_isdefined(codepoint)) 244 *(test ++) = codepoint; 245 codepoint ++; 248 if (u_isdefined(codepoint)) 249 *(test ++) = codepoint; 251 if (codepoint != 0xFFFF 293 UChar codepoint; local [all...] |
cucdtst.c | 1399 const int32_t codepoint[]={ local [all...] |
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/ |
phonenumberutil.cc | 277 char32 codepoint; local 278 EncodingUtils::DecodeUTF8Char(unicode_char, &codepoint); 279 return codepoint; 283 // extensions, allowing the one-codepoint extension symbols provided by [all...] |
/external/icu4c/i18n/ |
usearch.cpp | 895 UChar32 codepoint; local 1335 UChar32 codepoint = 0; local [all...] |
/external/icu4c/test/cintltst/ |
citertst.c | 227 UChar codepoint; local 237 for (codepoint = 1; codepoint < 0xFFFE;) 241 while (codepoint % 0xFF != 0) 243 if (u_isdefined(codepoint)) 244 *(test ++) = codepoint; 245 codepoint ++; 248 if (u_isdefined(codepoint)) 249 *(test ++) = codepoint; 251 if (codepoint != 0xFFFF 293 UChar codepoint; local [all...] |
cucdtst.c | 1523 const int32_t codepoint[]={ local [all...] |
/external/llvm/lib/Support/ |
YAMLParser.cpp | 211 uint32_t codepoint = ((*Position & 0x1F) << 6) | local 213 if (codepoint >= 0x80) 214 return std::make_pair(codepoint, 2); 222 uint32_t codepoint = ((*Position & 0x0F) << 12) | local 227 if (codepoint >= 0x800 && 228 (codepoint < 0xD800 || codepoint > 0xDFFF)) 229 return std::make_pair(codepoint, 3); 238 uint32_t codepoint = ((*Position & 0x07) << 18) | local 242 if (codepoint >= 0x10000 && codepoint <= 0x10FFFF [all...] |
/external/chromium_org/third_party/libxml/src/ |
parser.c | 10640 int codepoint; local [all...] |
xmlregexp.c | 190 int codepoint; member in struct:_xmlRegAtom 356 static int xmlRegCheckCharacter(xmlRegAtomPtr atom, int codepoint); 357 static int xmlRegCheckCharacterRange(xmlRegAtomType type, int codepoint, 703 * @start: the start codepoint 704 * @end: the end codepoint 1097 fprintf(output, "char %c\n", atom->codepoint); 1140 fprintf(output, "char %c ", trans->atom->codepoint); 2106 int codepoint; local 3177 int ret, codepoint = 0, len, deter; local 5234 int codepoint, len; local [all...] |
/external/libxml2/ |
parser.c | 10661 int codepoint; local [all...] |
xmlregexp.c | 190 int codepoint; member in struct:_xmlRegAtom 356 static int xmlRegCheckCharacter(xmlRegAtomPtr atom, int codepoint); 357 static int xmlRegCheckCharacterRange(xmlRegAtomType type, int codepoint, 703 * @start: the start codepoint 704 * @end: the end codepoint 1097 fprintf(output, "char %c\n", atom->codepoint); 1140 fprintf(output, "char %c ", trans->atom->codepoint); 2106 int codepoint; local 3177 int ret, codepoint = 0, len, deter; local 5234 int codepoint, len; local [all...] |
/prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/ |
icu4j-2.6.1.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
com.ibm.icu_4.2.1.v20100412.jar | |
/prebuilts/misc/common/icu4j/ |
icu4j.jar | |
/libcore/benchmarks/libs/ |
caliper.jar | |