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

  /external/chromium/third_party/icu/source/i18n/
uspoof_buildconf.h 87 UHashtable *fMLTable;
uspoof_buildconf.cpp 146 fMLTable(NULL),
163 fMLTable = uhash_open(uhash_hashLong, uhash_compareLong, NULL, &status);
178 uhash_close(fMLTable);
295 uregex_start(fParseLine, 5, &status) >= 0 ? fMLTable :
373 addKeyEntry(keyChar, fMLTable, USPOOF_ML_TABLE_FLAG, status);
  /external/icu4c/i18n/
uspoof_conf.h 89 UHashtable *fMLTable;
uspoof_conf.cpp 146 fMLTable(NULL),
163 fMLTable = uhash_open(uhash_hashLong, uhash_compareLong, NULL, &status);
178 uhash_close(fMLTable);
295 uregex_start(fParseLine, 5, &status) >= 0 ? fMLTable :
373 addKeyEntry(keyChar, fMLTable, USPOOF_ML_TABLE_FLAG, status);

Completed in 57 milliseconds