Searched refs:childOf (Results 1 – 5 of 5) sorted by relevance
334 if (locale.childOf(MALAYALAM)) { in processInput()338 } else if (locale.childOf(ROMANIAN) && !isUnicodeSet) { in processInput()340 } else if (locale.childOf(CATALAN) && !isUnicodeSet) { in processInput()342 } else if (locale.childOf(NGOMBA) && !isUnicodeSet) { in processInput()344 } else if (locale.childOf(KWASIO) && !isUnicodeSet) { in processInput()346 } else if (locale.childOf(HEBREW) && !APOSTROPHE_SKIP_PATHS.matcher(path).matches()) { in processInput()348 …} else if ((locale.childOf(SWISS_GERMAN) || locale.childOf(GERMAN_SWITZERLAND)) && !isUnicodeSet) { in processInput()350 } else if (locale.childOf(MYANMAR) && !isUnicodeSet) { in processInput()352 } else if (locale.childOf(KYRGYZ)) { in processInput()354 } else if (locale.childOf(URDU) || locale.childOf(PASHTO) || locale.childOf(FARSI)) { in processInput()[all …]
430 public boolean childOf(CLDRLocale other) { in childOf() method in CLDRLocale435 return parent.childOf(other); in childOf()
183 boolean got = child.childOf(parent); in checkChild()
78 bool childOf(MarkType markType) const;
725 bool BmhParser::childOf(MarkType markType) const { in childOf() function in BmhParser