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

  /external/chromium/third_party/icu/source/i18n/
uspoof_buildconf.h 85 UHashtable *fSLTable;
uspoof_buildconf.cpp 144 fSLTable(NULL),
161 fSLTable = uhash_open(uhash_hashLong, uhash_compareLong, NULL, &status);
176 uhash_close(fSLTable);
293 UHashtable *table = uregex_start(fParseLine, 3, &status) >= 0 ? fSLTable :
371 addKeyEntry(keyChar, fSLTable, USPOOF_SL_TABLE_FLAG, status);
495 // We already have the mappings in the hash tables fSLTable, etc.
  /external/icu4c/i18n/
uspoof_conf.h 87 UHashtable *fSLTable;
uspoof_conf.cpp 144 fSLTable(NULL),
161 fSLTable = uhash_open(uhash_hashLong, uhash_compareLong, NULL, &status);
176 uhash_close(fSLTable);
293 UHashtable *table = uregex_start(fParseLine, 3, &status) >= 0 ? fSLTable :
371 addKeyEntry(keyChar, fSLTable, USPOOF_SL_TABLE_FLAG, status);
495 // We already have the mappings in the hash tables fSLTable, etc.

Completed in 596 milliseconds