Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
DScan.h59 … lengths(L), currentSource(0), currentChar(0), stringBias(b), finale(f), singleLogical(single), in numSources()
70 loc[currentSource].line = 1; in numSources()
86 ++loc[currentSource].column; in get()
89 ++loc[currentSource].line; in get()
92 loc[currentSource].column = 0; in get()
102 if (currentSource >= numSources) { in peek()
108 int sourceToRead = currentSource; in peek()
131 --loc[currentSource].column; in unget()
133 if (loc[currentSource].column < 0) { in unget()
139 if (sources[currentSource][chIndex] == '\n') { in unget()
[all …]
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/
DXLIFF2ICUConverter.java821 ResourceString currentSource; in parseResourceString() local
823 currentSource = set[0]; in parseResourceString()
834 currentSource.comment = currentTarget.comment = transUnit.getNodeValue(); in parseResourceString()
838 currentSource.name = currentTarget.name = resName; in parseResourceString()
839currentSource.val = currentTarget.val = transUnit.getFirstChild().getNodeValue(); in parseResourceString()
840 currentSource.translate = currentTarget.translate = translate; in parseResourceString()
843 currentSource.note[currentSource.noteLen++] = in parseResourceString()
856 ResourceInt currentSource; in parseResourceInt() local
858 currentSource = set[0]; in parseResourceInt()
868 currentSource.comment = currentTarget.comment = transUnit.getNodeValue(); in parseResourceInt()
[all …]
/external/cldr/tools/java/org/unicode/cldr/util/
DXMLSource.java689 private XMLSource currentSource; field in XMLSource.ResolvingSource
715 + CldrUtility.LINE_SEPARATOR + "\t*source: " + currentSource.getClass().getName() in getValueAtDPath()
716 + CldrUtility.LINE_SEPARATOR + "\t*locale: " + currentSource.getLocaleID()); in getValueAtDPath()
762 String result = currentSource.getFullPathAtDPath(xpath); in getFullPathAtDPath()
793 Date result = currentSource.getChangeDateAtDPath(xpath); in getChangeDateAtDPath()
880 String result = currentSource.getWinningPath(xpath); in getWinningPath()
1140 return currentSource.getXpathComments(); in getXpathComments()
1185 currentSource = sourceList.get(0); // Convenience variable in ResolvingSource()
1199 return currentSource.getLocaleID(); in getLocaleID()
1487 return currentSource.isHere(path); // only test one level in isHere()
[all …]