Home
last modified time | relevance | path

Searched refs:fMLTable (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/i18n/
Duspoof_conf.cpp148 fMLTable(NULL), in ConfusabledataBuilder()
165 fMLTable = uhash_open(uhash_hashLong, uhash_compareLong, NULL, &status); in ConfusabledataBuilder()
180 uhash_close(fMLTable); in ~ConfusabledataBuilder()
300 uregex_start(fParseLine, 5, &status) >= 0 ? fMLTable : in build()
378 addKeyEntry(keyChar, fMLTable, USPOOF_ML_TABLE_FLAG, status); in build()
Duspoof_conf.h89 UHashtable *fMLTable; variable