Home
last modified time | relevance | path

Searched refs:hashPos (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUnicodeRegex.java383 int hashPos = line.indexOf(bnfCommentString);
384 if (hashPos >= 0) line = line.substring(0, hashPos);
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DUnicodeRegex.java385 int hashPos = line.indexOf(bnfCommentString);
386 if (hashPos >= 0) line = line.substring(0, hashPos);
/external/icu/icu4c/source/i18n/
Drepattrn.cpp141 int32_t hashPos = UHASH_FIRST; in operator =() local
142 while (const UHashElement *hashEl = uhash_nextElement(other.fNamedCaptureMap, &hashPos)) { in operator =()