Home | History | Annotate | Download | only in i18n

Lines Matching refs:canonID

62     canonID = c;
68 canonID = c;
75 t = createBasicInstance(ANY_NULL, &canonID);
77 t = createBasicInstance(basicID, &canonID);
156 single->canonID.append(OPEN_REV)
157 .append(b->canonID).append(CLOSE_REV);
172 single->canonID.append(OPEN_REV)
173 .append(a->canonID).append(CLOSE_REV);
244 * @param canonID OUTPUT parameter. The pattern for the filter
245 * added to the canonID, either at the end, if dir is FORWARD, or
257 UnicodeString* canonID) {
297 // canonID. In the reverse, insert it at zero, and invert
299 if (canonID != NULL) {
305 canonID->append(pattern).append(ID_DELIM);
311 canonID->insert(0, pattern);
312 canonID->insert(pattern.length(), ID_DELIM);
339 * @param canonID OUTPUT parameter that receives the canonical ID,
353 UnicodeString& canonID,
363 canonID.truncate(0);
367 filter = parseGlobalFilter(id, pos, dir, withParens, &canonID);
371 canonID.truncate(0);
409 canonID.append(single->canonID);
411 canonID.append(ID_DELIM);
419 filter = parseGlobalFilter(id, pos, dir, withParens, &canonID);
813 UnicodeString canonID;
837 canonID = buf;
839 return new SingleID(canonID, basicID);
892 Transliterator* TransliteratorIDParser::createBasicInstance(const UnicodeString& id, const UnicodeString* canonID) {
893 return Transliterator::createBasicInstance(id, canonID);