HomeSort by relevance Sort by last modified time
    Searched defs:CLOSE_REV (Results 1 - 9 of 9) sorted by null

  /external/icu/android_icu4j/src/main/java/android/icu/text/
TransliteratorIDParser.java 57 private static final char CLOSE_REV = ')';
198 if (!Utility.parseChar(id, pos, CLOSE_REV)) {
201 if (specsB == null || !Utility.parseChar(id, pos, CLOSE_REV)) {
216 OPEN_REV + specsToID(specsB, FORWARD).canonID + CLOSE_REV;
223 OPEN_REV + specsToID(specsA, FORWARD).canonID + CLOSE_REV;
295 if (withParens[0] == 1 && !Utility.parseChar(id, pos, CLOSE_REV)) {
306 pattern = String.valueOf(OPEN_REV) + pattern + CLOSE_REV;
311 pattern = String.valueOf(OPEN_REV) + pattern + CLOSE_REV;
  /external/icu/icu4c/source/i18n/
tridpars.cpp 36 static const UChar CLOSE_REV = 0x0029; // )
133 if (!ICU_Utility::parseChar(id, pos, CLOSE_REV)) {
136 if (specsB == NULL || !ICU_Utility::parseChar(id, pos, CLOSE_REV)) {
160 .append(b->canonID).append(CLOSE_REV);
176 .append(a->canonID).append(CLOSE_REV);
294 if (withParens == 1 && !ICU_Utility::parseChar(id, pos, CLOSE_REV)) {
306 pattern.append(CLOSE_REV);
312 pattern.append(CLOSE_REV);
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
TransliteratorIDParser.java 56 private static final char CLOSE_REV = ')';
197 if (!Utility.parseChar(id, pos, CLOSE_REV)) {
200 if (specsB == null || !Utility.parseChar(id, pos, CLOSE_REV)) {
215 OPEN_REV + specsToID(specsB, FORWARD).canonID + CLOSE_REV;
222 OPEN_REV + specsToID(specsA, FORWARD).canonID + CLOSE_REV;
294 if (withParens[0] == 1 && !Utility.parseChar(id, pos, CLOSE_REV)) {
305 pattern = String.valueOf(OPEN_REV) + pattern + CLOSE_REV;
310 pattern = String.valueOf(OPEN_REV) + pattern + CLOSE_REV;
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 852 milliseconds