Home
last modified time | relevance | path

Searched refs:strElement (Results 1 – 2 of 2) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/icu/
DLDML2ICUBinaryWriter.java615 … ICUResourceWriter.ResourceString strElement = (ICUResourceWriter.ResourceString) cur; in addCollation() local
617 if (strElement.name.equals("Sequence")) { in addCollation()
/external/icu/icu4c/source/test/testdata/
Dregextst.txt2397 #"((?<strElement>(^[A-Z0-9-;=]*:))(?<strValue>(.*)))" G "<0>BEGIN:</0>" #named capture
2398 #"((?<strElement>(^[A-Z0-9-;=]*:))(?<strValue>(.*)))" G "<0>TEL;WORK;VOICE:</0>" #named capture
2399 #"((?<strElement>(^[A-Z0-9-;=]*:))(?<strValue>(.*)))" G "<0>TEL:</0>" #named capture
2400 #"((?<strElement>(^[A-Z0-9-;=]*:))(?<strValue>(.*)))" "begin:" #named capture
2401 #"((?<strElement>(^[A-Z0-9-;=]*:))(?<strValue>(.*)))" "TEL;PREF;" #named capture