HomeSort by relevance Sort by last modified time
    Searched refs:getTypeOrCp (Results 1 - 4 of 4) sorted by null

  /external/icu/android_icu4j/src/main/java/android/icu/impl/number/
AffixUtils.java 27 * int typeOrCp = AffixPatternUtils.getTypeOrCp(tag);
288 int typeOrCp = getTypeOrCp(tag);
314 int typeOrCp = getTypeOrCp(tag);
342 if (getTypeOrCp(tag) == type) {
360 int typeOrCp = getTypeOrCp(tag);
382 if (getTypeOrCp(tag) == type) {
576 public static int getTypeOrCp(long tag) {
Parse.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
AffixUtils.java 26 * int typeOrCp = AffixPatternUtils.getTypeOrCp(tag);
286 int typeOrCp = getTypeOrCp(tag);
312 int typeOrCp = getTypeOrCp(tag);
340 if (getTypeOrCp(tag) == type) {
358 int typeOrCp = getTypeOrCp(tag);
380 if (getTypeOrCp(tag) == type) {
574 public static int getTypeOrCp(long tag) {
Parse.java     [all...]

Completed in 620 milliseconds