Home
last modified time | relevance | path

Searched refs:sampleChars (Results 1 - 2 of 2) sorted by relevance

/third_party/icu/tools/unicode/c/genuca/
H A Dgenuca.cpp215 UChar32 sampleChars[USCRIPT_CODE_LIMIT] = { U_SENTINEL }; member
386 if (sampleChars[0] < 0) { in getCharScript()
391 sampleChars[script] = U_SENTINEL; in getCharScript()
393 sampleChars[script] = sample.char32At(0); in getCharScript()
398 if (c == sampleChars[script]) { in getCharScript()
/third_party/icu/icu4c/source/test/cintltst/
H A Dcucdtst.c532 const UChar32 *sampleChars, int32_t sampleCharsLength, variable
536 UBool result = propFn(sampleChars[i]);
539 propName, sampleChars[i], result);
553 /* static const UChar sampleChars[] = {0x000a, 0x0045, 0x4e00, 0xDC00, 0xFFE8, 0xFFF0};*/ in TestMisc()

Completed in 6 milliseconds