Home | History | Annotate | Download | only in i18n

Lines Matching defs:id

59  * Splits an ID of the form "ID;ID;..." into a compound using each
61 * @param id of above form
63 * takes the inverse of each ID.
65 CompoundTransliterator::CompoundTransliterator(const UnicodeString& id,
70 Transliterator(id, adoptedFilter),
74 init(id, direction, TRUE, status);
77 CompoundTransliterator::CompoundTransliterator(const UnicodeString& id,
80 Transliterator(id, 0), // set filter to 0 here!
84 init(id, UTRANS_FORWARD, TRUE, status);
106 * ID.
117 // assume caller will fixup ID
133 * @param id the id containing ';'-separated entries
135 * @param idSplitPoint the index into id at which the
139 * before the entry at offset idSplitPoint in the id string. May be
141 * @param fixReverseID if TRUE, then reconstruct the ID of reverse
143 * do not require this because they apply a facade ID anyway.
146 void CompoundTransliterator::init(const UnicodeString& id,
159 if (!TransliteratorIDParser::parseCompoundID(id, direction,
183 * @param fixReverseID if TRUE, then reconstruct the ID of reverse
185 * do not require this because they apply a facade ID anyway.
219 // ID.
241 UnicodeString id;
244 id.append(ID_DELIM);
246 id.append(transliterators[i]->getID());
248 return id; // Return temporary
420 // check for by looking for a semicolon in the ID)-- this gets