Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Duspoof_conf.cpp147 fSATable(NULL), in ConfusabledataBuilder()
164 fSATable = uhash_open(uhash_hashLong, uhash_compareLong, NULL, &status); in ConfusabledataBuilder()
179 uhash_close(fSATable); in ~ConfusabledataBuilder()
299 uregex_start(fParseLine, 4, &status) >= 0 ? fSATable : in build()
377 addKeyEntry(keyChar, fSATable, USPOOF_SA_TABLE_FLAG, status); in build()
Duspoof_conf.h88 UHashtable *fSATable; variable