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

  /external/webkit/WebCore/icu/unicode/
uscript.h 89 USCRIPT_CODE_LIMIT
  /external/webkit/WebKit/mac/icu/unicode/
uscript.h 89 USCRIPT_CODE_LIMIT
  /external/chromium/third_party/icu/public/common/unicode/
uscript.h 195 USCRIPT_CODE_LIMIT = 130
  /external/icu4c/test/cintltst/
cucdapi.c 289 for(i=0; (UScriptCode)i< USCRIPT_CODE_LIMIT; i++){
337 if(LENGTHOF(expectedLong)!=(USCRIPT_CODE_LIMIT-USCRIPT_BALINESE)) {
341 for(i=USCRIPT_BALINESE; (UScriptCode)i<USCRIPT_CODE_LIMIT; i++, j++){
cldrtest.c     [all...]
cucdtst.c     [all...]
  /external/icu4c/common/unicode/
uscript.h 201 USCRIPT_CODE_LIMIT = 134
  /external/chromium/third_party/icu/source/test/cintltst/
cucdapi.c 289 for(i=0; (UScriptCode)i< USCRIPT_CODE_LIMIT; i++){
333 for(i=USCRIPT_BALINESE; (UScriptCode)i<USCRIPT_CODE_LIMIT; i++, j++){
cldrtest.c     [all...]
cucdtst.c     [all...]
  /external/webkit/WebCore/platform/graphics/chromium/
FontUtilsChromiumWin.cpp 49 typedef const UChar* ScriptToFontMap[USCRIPT_CODE_LIMIT];
232 ASSERT(script < USCRIPT_CODE_LIMIT);
  /external/webkit/WebKit/mac/Misc/
WebNSURLExtras.mm 58 static uint32_t IDNScriptWhiteList[(USCRIPT_CODE_LIMIT + 31) / 32];
    [all...]
  /external/chromium/third_party/icu/source/tools/genprops/
props2.c 785 (((int32_t)USCRIPT_CODE_LIMIT-1)&UPROPS_SCRIPT_MASK);
  /external/icu4c/tools/genprops/
props2.c 790 (((int32_t)USCRIPT_CODE_LIMIT-1)&UPROPS_SCRIPT_MASK);
  /external/chromium/third_party/icu/source/test/letest/
letest.cpp 49 if ((int)scriptCodeCount != (int)USCRIPT_CODE_LIMIT) {
50 log_err("ScriptCodes::scriptCodeCount = %d, but UScriptCode::USCRIPT_CODE_LIMIT = %d\n", scriptCodeCount, USCRIPT_CODE_LIMIT);
    [all...]
  /external/icu4c/test/letest/
letest.cpp 49 if ((int)scriptCodeCount != (int)USCRIPT_CODE_LIMIT) {
50 log_err("ScriptCodes::scriptCodeCount = %d, but UScriptCode::USCRIPT_CODE_LIMIT = %d\n", scriptCodeCount, USCRIPT_CODE_LIMIT);
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
transtst.cpp     [all...]
  /external/icu4c/test/intltest/
transtst.cpp     [all...]

Completed in 215 milliseconds