Searched refs:fSLTable (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Duspoof_conf.h87 UHashtable *fSLTable; member in class:ConfusabledataBuilder
H A Duspoof_conf.cpp146 fSLTable(NULL),
163 fSLTable = uhash_open(uhash_hashLong, uhash_compareLong, NULL, &status);
178 uhash_close(fSLTable);
298 UHashtable *table = uregex_start(fParseLine, 3, &status) >= 0 ? fSLTable :
376 addKeyEntry(keyChar, fSLTable, USPOOF_SL_TABLE_FLAG, status);
502 // We already have the mappings in the hash tables fSLTable, etc.

Completed in 62 milliseconds