Home
last modified time | relevance | path

Searched refs:intRef (Results 1 - 4 of 4) sorted by relevance

/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
H A DTransliterationRule.java388 int[] intRef = new int[1]; in matchAndReplace()
408 intRef[0] = posBefore(text, pos.start); in matchAndReplace()
411 match = anteContext.matches(text, intRef, anteLimit, false); in matchAndReplace()
417 oText = intRef[0]; in matchAndReplace()
429 intRef[0] = pos.start; in matchAndReplace()
432 match = key.matches(text, intRef, pos.limit, incremental); in matchAndReplace()
438 keyLimit = intRef[0]; in matchAndReplace()
449 match = postContext.matches(text, intRef, pos.contextLimit, incremental); in matchAndReplace()
455 oText = intRef[0]; in matchAndReplace()
473 int newLength = output.replace(text, pos.start, keyLimit, intRef); in matchAndReplace()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DTransliterationRule.java389 int[] intRef = new int[1]; in matchAndReplace()
409 intRef[0] = posBefore(text, pos.start); in matchAndReplace()
412 match = anteContext.matches(text, intRef, anteLimit, false); in matchAndReplace()
418 oText = intRef[0]; in matchAndReplace()
430 intRef[0] = pos.start; in matchAndReplace()
433 match = key.matches(text, intRef, pos.limit, incremental); in matchAndReplace()
439 keyLimit = intRef[0]; in matchAndReplace()
450 match = postContext.matches(text, intRef, pos.contextLimit, incremental); in matchAndReplace()
456 oText = intRef[0]; in matchAndReplace()
474 int newLength = output.replace(text, pos.start, keyLimit, intRef); in matchAndReplace()
[all...]
/third_party/vk-gl-cts/modules/internal/
H A DditTextureFormatTests.cpp1157 const deUint32* intRef; member
1260 return s_formatData[format.type].intRef; in getRawReference()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 6 milliseconds