Searched refs:ID_DELIM (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Dcpdtrans.cpp24 static const UChar ID_DELIM = 0x003B; /*;*/ variable
224 newID.append(ID_DELIM);
236 * with ID_DELIM delimiting them. Equivalent to the perlish expression
237 * join(ID_DELIM, map($_.getID(), transliterators).
244 id.append(ID_DELIM);
405 rulesSource.append(COLON_COLON, 2).append(getFilter()->toPattern(pat, escapeUnprintable)).append(ID_DELIM);
423 } else if (trans[i]->getID().indexOf(ID_DELIM) >= 0) {
432 _smartAppend(rulesSource, ID_DELIM);
H A Dtridpars.cpp30 static const UChar ID_DELIM = 0x003B; // ; variable
248 * ID_DELIM character. May be NULL.
305 canonID->append(pattern).append(ID_DELIM);
312 canonID->insert(pattern.length(), ID_DELIM);
369 if (!ICU_Utility::parseChar(id, pos, ID_DELIM)) {
396 if (!ICU_Utility::parseChar(id, pos, ID_DELIM)) {
411 canonID.append(ID_DELIM);
422 ICU_Utility::parseChar(id, pos, ID_DELIM);
H A Dtranslit.cpp56 static const UChar ID_DELIM = 0x003B; /*;*/ variable
940 if (list.size() > 1 || canonID.indexOf(ID_DELIM) >= 0) {
1078 t = createInstance(filterPattern + UnicodeString(ID_DELIM)
1154 rulesSource.append(ID_DELIM);
/external/icu/icu4c/source/i18n/
H A Dcpdtrans.cpp24 static const UChar ID_DELIM = 0x003B; /*;*/ variable
224 newID.append(ID_DELIM);
236 * with ID_DELIM delimiting them. Equivalent to the perlish expression
237 * join(ID_DELIM, map($_.getID(), transliterators).
244 id.append(ID_DELIM);
405 rulesSource.append(COLON_COLON, 2).append(getFilter()->toPattern(pat, escapeUnprintable)).append(ID_DELIM);
423 } else if (trans[i]->getID().indexOf(ID_DELIM) >= 0) {
432 _smartAppend(rulesSource, ID_DELIM);
H A Dtridpars.cpp30 static const UChar ID_DELIM = 0x003B; // ; variable
248 * ID_DELIM character. May be NULL.
305 canonID->append(pattern).append(ID_DELIM);
312 canonID->insert(pattern.length(), ID_DELIM);
369 if (!ICU_Utility::parseChar(id, pos, ID_DELIM)) {
396 if (!ICU_Utility::parseChar(id, pos, ID_DELIM)) {
411 canonID.append(ID_DELIM);
422 ICU_Utility::parseChar(id, pos, ID_DELIM);
H A Dtranslit.cpp56 static const UChar ID_DELIM = 0x003B; /*;*/ variable
940 if (list.size() > 1 || canonID.indexOf(ID_DELIM) >= 0) {
1078 t = createInstance(filterPattern + UnicodeString(ID_DELIM)
1154 rulesSource.append(ID_DELIM);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 472 milliseconds