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

  /external/icu/icu4c/source/tools/genrb/
reslist.h 44 fKeys(NULL), fKeysLength(0), fKeysCount(0),
53 const char *fKeys;
104 char *fKeys;
219 int32_t fKey; /* Index into bundle->fKeys; -1 if no key. */
  /external/icu/icu4c/source/common/
rbbi.cpp 725 int16_t fKeys[8];
727 LookAheadResults() : fUsedSlotLimit(0), fPositions(), fKeys() {};
731 if (fKeys[i] == key) {
742 if (fKeys[i] == key) {
751 fKeys[i] = key;
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
RuleBasedBreakIterator.java 732 int[] fKeys;
737 fKeys = new int[kMaxLookaheads];
742 if (fKeys[i] == key) {
753 if (fKeys[i] == key) {
762 fKeys[i] = key;
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
RuleBasedBreakIterator.java 753 int[] fKeys;
758 fKeys = new int[kMaxLookaheads];
763 if (fKeys[i] == key) {
774 if (fKeys[i] == key) {
783 fKeys[i] = key;
    [all...]

Completed in 301 milliseconds