Home
last modified time | relevance | path

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

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUnicodeRegex.java384 int hashPos = line.indexOf(bnfCommentString);
385 if (hashPos >= 0) line = line.substring(0, hashPos);
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DUnicodeRegex.java386 int hashPos = line.indexOf(bnfCommentString);
387 if (hashPos >= 0) line = line.substring(0, hashPos);
/third_party/skia/third_party/externals/icu/source/i18n/
Drepattrn.cpp140 int32_t hashPos = UHASH_FIRST; in operator =() local
141 while (const UHashElement *hashEl = uhash_nextElement(other.fNamedCaptureMap, &hashPos)) { in operator =()
/third_party/node/deps/icu-small/source/i18n/
Drepattrn.cpp140 int32_t hashPos = UHASH_FIRST; in operator =() local
141 while (const UHashElement *hashEl = uhash_nextElement(other.fNamedCaptureMap, &hashPos)) { in operator =()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Drepattrn.cpp141 int32_t hashPos = UHASH_FIRST; in operator =() local
142 while (const UHashElement *hashEl = uhash_nextElement(other.fNamedCaptureMap, &hashPos)) { in operator =()
/third_party/icu/icu4c/source/i18n/
Drepattrn.cpp140 int32_t hashPos = UHASH_FIRST; in operator =() local
141 while (const UHashElement *hashEl = uhash_nextElement(other.fNamedCaptureMap, &hashPos)) { in operator =()